<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*��札�����羞糸��篏���訓��css*/
table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    text-align: center;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}


@media only screen and (max-width: 760px){
.con_flex{
    flex-direction: column;
    
}
.con_flex .con_left{
    width: 100% !important;
}
.con_flex .con_right{
    width: 100% !important;
}
.con_flex.t3t3t3t3{
    flex-direction: row;
    flex-wrap: wrap;
}
.con_flex.t3t3t3t3 .con_left{
    width: 48% !important;
}
.con_flex.t3t3t3t3 .con_right{
    width: 48% !important;
}


}</pre></body></html>